Class com.symantec.itools.beans.EventBroadcaster
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.beans.EventBroadcaster

Object
   |
   +----com.symantec.itools.beans.EventBroadcaster

public class EventBroadcaster
extends Object
EventBroadcaster provides a generic way to broadcast events to a group of listeners.

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0

Variable Index

 o listeners

Constructor Index

 o com.symantec.itools.beans.EventBroadcaster()

Method Index

 o addListener(EventListener, boolean)
 o fireEvent(EventObject, String)
 o removeListener(EventListener, boolean)

Variables

 o listeners
protected java.util.Vector listeners

Since: VCafe 3.0

Constructors

 o EventBroadcaster
public EventBroadcaster()

Methods

 o addListener
public synchronized void addListener(EventListener listener,
                                     boolean unique)

Parameters:
listener - TODO
unique - TODO
Since:
VCafe 3.0
 o fireEvent
public void fireEvent(EventObject event,
                      String methodName)

Parameters:
event - TODO
methodName - TODO
Since:
VCafe 3.0
 o removeListener
public synchronized void removeListener(EventListener listener,
                                        boolean all)

Parameters:
listener - TODO
all - TODO
Since:
VCafe 3.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index